Method: NewRelic::Agent::HTTPClients::HTTPRequest#[]=

Defined in:
lib/new_relic/agent/http_clients/http_rb_wrappers.rb

#[]=(key, value) ⇒ Object

[View source]

54
55
56
# File 'lib/new_relic/agent/http_clients/http_rb_wrappers.rb', line 54

def []=(key, value)
  @wrapped_request.headers[key] = value
end